home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Panic.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  149 b   |  10 lines

  1. on mouseUp
  2.   global documento, help, idioma
  3.   if help = "help" then
  4.     go(1, "help")
  5.     set help to EMPTY
  6.   else
  7.     go(1, documento)
  8.   end if
  9. end
  10.